home *** CD-ROM | disk | FTP | other *** search
- object Form12: TForm12
- Left = 551
- Top = 113
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Select Mirror Location'
- ClientHeight = 284
- ClientWidth = 301
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 36
- Top = 230
- Width = 89
- Height = 13
- Caption = 'Unique Log Name:'
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 36
- Width = 281
- Height = 160
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 9
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 70
- Top = 257
- Width = 142
- Height = 23
- Caption = 'OK'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 8
- Top = 201
- Width = 273
- Height = 21
- Enabled = False
- TabOrder = 3
- end
- object Edit2: TEdit
- Left = 131
- Top = 227
- Width = 121
- Height = 21
- TabOrder = 4
- end
- end
-